home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************************/
- /* OS2MODES.CMD - Executes the MODE Passed in. */
- /* */
- /* Called from: RUNME.CMD */
- /* */
- /* Parameters: Columns, Rows (Valid Mode parameters) */
- /* */
- /* This program executes the MODE command for each mode to be tested. */
- /* Type exit when done with session switching. */
- /* */
- /****************************************************************************/
- Trace 'o'
- ARG mde1, mde2 .
-
- 'CLS'
- 'MODE' mde1','mde2
- 'dir'
- SAY '*'
- SAY '*'
- SAY '*'
- SAY "* Current Mode ....:" mde1','mde2
- SAY '*'
- SAY '* Press Enter '
- SAY '*'
- SAY '* and then '
- SAY '*'
- SAY '* Alt + Esc '
- SAY '*'
- SAY '*'
- pause
- EXIT(0)